projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e9755
)
(move_it_by_lines): Fix paren typo.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 6 Dec 2000 11:29:17 +0000
(11:29 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 6 Dec 2000 11:29:17 +0000
(11:29 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 41b234dbf9e2aad45d42bd589ba942d9bb7d01ae..0e761ada607ced669a69da27b3e99e5557ebd43a 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-5075,7
+5075,7
@@
move_it_by_lines (it, dvpos, need_y_p)
{
int shortage = 0, charpos;
- if (FETCH_BYTE (IT_BYTEPOS (*it)
== '\n')
)
+ if (FETCH_BYTE (IT_BYTEPOS (*it)
) == '\n'
)
charpos = IT_CHARPOS (*it) + 1;
else
charpos = scan_buffer ('\n', IT_CHARPOS (*it), 0, dvpos,